home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMPATHDIALOG / TFORMPATHDIALOG.txt
Text File  |  2005-01-25  |  7KB  |  283 lines

  1. object formPathDialog: TformPathDialog
  2.   Left = 294
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'Wrong path'
  7.   ClientHeight = 327
  8.   ClientWidth = 462
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object panelTop: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 462
  24.     Height = 49
  25.     Align = alTop
  26.     Alignment = taLeftJustify
  27.     BevelOuter = bvNone
  28.     BorderWidth = 5
  29.     ParentColor = True
  30.     TabOrder = 0
  31.     object labelInformation: TLabel
  32.       Left = 5
  33.       Top = 5
  34.       Width = 452
  35.       Height = 39
  36.       Align = alClient
  37.       Caption = 
  38.         'The registry contains a link to a file that contains an invalid ' +
  39.         'path. It is recommended to either fix the path or remove the lin' +
  40.         'k.'
  41.       WordWrap = True
  42.     end
  43.   end
  44.   object panelButtons: TPanel
  45.     Left = 0
  46.     Top = 294
  47.     Width = 462
  48.     Height = 33
  49.     Align = alBottom
  50.     BevelOuter = bvNone
  51.     ParentColor = True
  52.     TabOrder = 1
  53.     DesignSize = (
  54.       462
  55.       33)
  56.     object buttonIgnore: TBitBtn
  57.       Left = 261
  58.       Top = 8
  59.       Width = 91
  60.       Height = 25
  61.       Hint = 
  62.         'By choosing ignore, the registry won'#39't be changed and still poin' +
  63.         't to a directory without the required help file.'
  64.       Anchors = [akTop, akRight]
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 1
  68.       Kind = bkIgnore
  69.     end
  70.     object buttonOK: TBitBtn
  71.       Left = 365
  72.       Top = 8
  73.       Width = 91
  74.       Height = 25
  75.       Hint = 
  76.         'If you have changed to a valid path, you can accept that directo' +
  77.         'ry with this button.'
  78.       Anchors = [akTop, akRight]
  79.       Enabled = False
  80.       ParentShowHint = False
  81.       ShowHint = True
  82.       TabOrder = 0
  83.       Kind = bkOK
  84.     end
  85.     object buttonDelete: TBitBtn
  86.       Left = 157
  87.       Top = 8
  88.       Width = 91
  89.       Height = 25
  90.       Hint = 
  91.         'By choosing delete, you can delete this entry from your registry' +
  92.         '. Please don'#39't do this if you'#39're not sure!'
  93.       Anchors = [akTop, akRight]
  94.       Caption = '&Delete'
  95.       ModalResult = 3
  96.       ParentShowHint = False
  97.       ShowHint = True
  98.       TabOrder = 2
  99.       Glyph.Data = {
  100.         F6000000424DF600000000000000760000002800000010000000100000000100
  101.         0400000000008000000000000000000000001000000010000000000000000000
  102.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  103.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  104.         8888888888888888888888808888888888088800088888888888880000888888
  105.         8088888000888888088888880008888008888888800088008888888888000008
  106.         8888888888800088888888888800000888888888800088008888888000088880
  107.         0888880000888888008888000888888888088888888888888888}
  108.     end
  109.     object buttonSearch: TBitBtn
  110.       Left = 8
  111.       Top = 8
  112.       Width = 91
  113.       Height = 25
  114.       Hint = 
  115.         'Search your hard disk for this file, beginning with the "New Pat' +
  116.         'h" directory.'
  117.       Caption = '&Search'
  118.       Enabled = False
  119.       ParentShowHint = False
  120.       ShowHint = True
  121.       TabOrder = 3
  122.       OnClick = buttonSearchClick
  123.     end
  124.   end
  125.   object panelMain: TPanel
  126.     Left = 0
  127.     Top = 49
  128.     Width = 462
  129.     Height = 245
  130.     Align = alClient
  131.     BevelOuter = bvLowered
  132.     BorderWidth = 4
  133.     ParentColor = True
  134.     TabOrder = 2
  135.     DesignSize = (
  136.       462
  137.       245)
  138.     object labelSearchResults: TLabel
  139.       Left = 5
  140.       Top = 212
  141.       Width = 452
  142.       Height = 28
  143.       Align = alBottom
  144.       AutoSize = False
  145.       Caption = 'No search started.'
  146.       WordWrap = True
  147.     end
  148.     object labelResults: TLabel
  149.       Left = 2
  150.       Top = 132
  151.       Width = 82
  152.       Height = 77
  153.       Alignment = taRightJustify
  154.       AutoSize = False
  155.       Caption = 'Search results:'
  156.     end
  157.     object labelNewPath: TLabel
  158.       Left = 2
  159.       Top = 108
  160.       Width = 82
  161.       Height = 21
  162.       Alignment = taRightJustify
  163.       AutoSize = False
  164.       Caption = 'New path:'
  165.     end
  166.     object labelPath: TLabel
  167.       Left = 2
  168.       Top = 64
  169.       Width = 82
  170.       Height = 41
  171.       Alignment = taRightJustify
  172.       AutoSize = False
  173.       Caption = 'Path:'
  174.     end
  175.     object labelFile: TLabel
  176.       Left = 2
  177.       Top = 48
  178.       Width = 82
  179.       Height = 17
  180.       Alignment = taRightJustify
  181.       AutoSize = False
  182.       Caption = 'File:'
  183.     end
  184.     object labelRegistryKey: TLabel
  185.       Left = 2
  186.       Top = 16
  187.       Width = 82
  188.       Height = 33
  189.       Alignment = taRightJustify
  190.       AutoSize = False
  191.       Caption = 'Registry Key:'
  192.     end
  193.     object textRegy: TStaticText
  194.       Left = 88
  195.       Top = 16
  196.       Width = 366
  197.       Height = 33
  198.       Anchors = [akLeft, akTop, akRight]
  199.       AutoSize = False
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clNavy
  202.       Font.Height = -11
  203.       Font.Name = 'MS Sans Serif'
  204.       Font.Style = []
  205.       ParentFont = False
  206.       ShowAccelChar = False
  207.       TabOrder = 0
  208.     end
  209.     object textFile: TStaticText
  210.       Left = 88
  211.       Top = 48
  212.       Width = 366
  213.       Height = 17
  214.       Anchors = [akLeft, akTop, akRight]
  215.       AutoSize = False
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clNavy
  218.       Font.Height = -11
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = []
  221.       ParentFont = False
  222.       ShowAccelChar = False
  223.       TabOrder = 1
  224.     end
  225.     object textPath: TStaticText
  226.       Left = 88
  227.       Top = 64
  228.       Width = 366
  229.       Height = 33
  230.       Anchors = [akLeft, akTop, akRight]
  231.       AutoSize = False
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clNavy
  234.       Font.Height = -11
  235.       Font.Name = 'MS Sans Serif'
  236.       Font.Style = []
  237.       ParentFont = False
  238.       ShowAccelChar = False
  239.       TabOrder = 2
  240.     end
  241.     object buttonBrowse: TBitBtn
  242.       Left = 429
  243.       Top = 104
  244.       Width = 21
  245.       Height = 21
  246.       Anchors = [akTop, akRight]
  247.       Caption = '...'
  248.       TabOrder = 3
  249.       OnClick = buttonBrowseClick
  250.     end
  251.     object listboxSearchResults: TListBox
  252.       Left = 88
  253.       Top = 128
  254.       Width = 341
  255.       Height = 81
  256.       Hint = 
  257.         'This is the list of search results. Choose one to take it as the' +
  258.         ' new path.'
  259.       Anchors = [akLeft, akTop, akRight]
  260.       ItemHeight = 13
  261.       ParentShowHint = False
  262.       ShowHint = True
  263.       TabOrder = 4
  264.       OnClick = listboxSearchResultsClick
  265.     end
  266.     object editPath: TComboBox
  267.       Left = 88
  268.       Top = 104
  269.       Width = 342
  270.       Height = 21
  271.       Anchors = [akLeft, akTop, akRight]
  272.       ItemHeight = 13
  273.       TabOrder = 5
  274.       OnChange = editPathChange
  275.     end
  276.   end
  277.   object openDialog: TOpenDialog
  278.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  279.     Left = 384
  280.     Top = 64
  281.   end
  282. end
  283.